home *** CD-ROM | disk | FTP | other *** search
/ Aminet 30 / Aminet 30 (1999)(Schatztruhe)[!][Apr 1999].iso / Aminet / gfx / edit / VE-shadow.lha / notes / Shadow.notes
Text File  |  1999-02-07  |  3KB  |  145 lines

  1.  
  2. Visual Engineering - Shadow v2.94
  3. ---------------------------------
  4.  
  5. This script adds different kind of dropshadows for logos/pictures.
  6.  
  7.  
  8.  
  9. Color: (Requires PrimaryColors.rexx)
  10.  
  11.   Lowpassed shadow in colors.
  12.  
  13.  
  14. Lowpass:
  15.  
  16.   Shadow created with this is just actual picture lowpassed.
  17.   Smart choosing of lowpass value gives understated shadow.
  18.  
  19.  
  20. Normal:
  21.  
  22.   This gives black dropshadow. Adding some lowpass makes it spread
  23.   and more lighter. If in need of some abnormal, you can make
  24.   shadow rastered. Shadow mixed with vertical lines gives cool
  25.   results.
  26.  
  27.  
  28. Rectangle:
  29.  
  30.   This gives black dropshadow for rectangle pictures. It wouldn't
  31.   be very good idea to use it to other shapes. Adding some lowpass
  32.   makes it spread and more lighter. It's dropshadow is much more
  33.   effective than Normal's one.
  34.  
  35.  
  36. Smooth:
  37.  
  38.   This uses some special tricks to add shadows for example logos
  39.   with antialised edges. With Normal-shadow those edges would look
  40.   stupid between actual logo and shadow.
  41.  
  42.   Visual Logo now has built in dropshadow-generator, so use that
  43.   one, when in need of shadow.
  44.  
  45.  
  46. Transparent:
  47.  
  48.   Effect is made by mixing original picture with shadow, which is
  49.   original picture affacted with possible lowpass-operator. Gives
  50.   really strange results, but is quite effective.
  51.  
  52.  
  53.  
  54.  
  55. You can add some empty work space around picture, but then you
  56. need Add Space -script.
  57.  
  58. I've tested these with totally white background (R255 G255 B255),
  59. so if results look funny, then I'm really sorry. Maybe later or
  60. you might just ask?
  61.  
  62.  
  63. You can call this script from your own scripts, too.
  64.  
  65.  
  66.   ADDRESS COMMAND "rexx:rx ie:arexx/Shadow.rexx" picturename 3 7 -4 -4 20
  67.  
  68.    3 is shadowtype
  69.    7 is lowpassvalue
  70.    both -4's are offsets of shadow
  71.    20 is the value for workspace to add around
  72.  
  73.  
  74.   PROJECT_LIST
  75.   xyz=result
  76.   shadowpicture=subword(xyz,1,1)
  77.  
  78.   ..that one returned the name of new picturewindow
  79.  
  80.  
  81.  
  82.  
  83. IMPORTANT!
  84.  
  85.   If you have used earlier version than v2.78 of this script before,
  86.   then you must delete IE:Prefs/veshadow#?.cfg or you will be
  87.   granted with some error requesters.
  88.  
  89.  
  90.  
  91.  
  92.  
  93. HISTORY
  94.  
  95.  2.94
  96.  
  97.   Now you can call this script from other scripts too or in other
  98.   words do some batch processing.
  99.  
  100.  2.88
  101.  
  102.   New effect available! Regtangle-effect is made just for regtangle
  103.   pictures. It's not very useful for other shapes. Better shading
  104.   than with Normal-effect. You'll see the difference.
  105.  
  106.   PS. Maybe I someday join effects together, so all the different
  107.   effects could be affected to same picture on one run. Show some
  108.   support and I'll do it. Just by saying "Hi there!" is almost
  109.   enough.
  110.  
  111.  2.78
  112.  
  113.   Normal is now abnormal! You can now use rastered shadows. For
  114.   example when mixed with vertical lines gives really cool results.
  115.   Adjusting lowpass value now affects all the shadow types.
  116.  
  117.  2.60
  118.  
  119.   New in this version is possibility to add shadows to those shapes,
  120.   that use some kind of antialiasing or smoothing on their edges.
  121.   Before there would be lot of white pixels between logo and shadow.
  122.   Smooth-effect tries its best to handle this.I've now included
  123.   builtin dropshadow-effect to Visual Logo. It was quite impossible
  124.   to do it user friendly, <b>after</b> Visual Logo.
  125.  
  126.  2.50
  127.  
  128.   History started
  129.  
  130.  
  131.  
  132.  
  133.  
  134. The archive, where this file came from, can be distributed using
  135. any kind of media (CD, Email, Net, BBS, FTP...), but contents of
  136. original archive must not be seperated from each other.
  137.  
  138.  
  139.  
  140. VISUAL ENGINEERING - graphical examples & more
  141.  
  142.  HTTP://wwnet.fi/users/smarko/ie/
  143.  
  144.  
  145.